Network Security Prediction Models #850
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Related Issues or bug
With the constantly evolving landscape of cyber threats, maintaining security in web and mobile applications is challenging. Attack patterns continuously change, making it essential to develop adaptable and intelligent security systems. This project aims to create a machine learning model that can assess whether incoming network requests are safe or malicious. By identifying malicious requests, this model assists in blocking threats, protecting applications from runtime attacks such as those listed in the OWASP Top 10.
Fixes: #847
Proposed Changes
This project focuses on the development of a machine learning model aimed at enhancing cybersecurity by detecting potentially malicious requests in network traffic. Using a dataset containing information about requests and their classifications as safe or unsafe, the model leverages natural language processing (NLP) techniques on payload data to differentiate between benign and malicious inputs effectively. The task involves training, testing, and evaluating various models to achieve a high degree of accuracy in flagging requests that may represent security threats.